home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / photo3d / PHOTO3D.exe / 0 / RCDATA / TTEXQUALITYDIALOG / TTEXQUALITYDIALOG.txt
Text File  |  1998-06-30  |  2KB  |  91 lines

  1. object TexQualityDialog: TTexQualityDialog
  2.   Left = 135
  3.   Top = 80
  4.   Width = 138
  5.   Height = 212
  6.   Caption = 'TexQualityDialog'
  7.   Font.Charset = SHIFTJIS_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -10
  10.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  11.   Font.Style = []
  12.   Scaled = False
  13.   PixelsPerInch = 96
  14.   TextHeight = 10
  15.   object RadioGroup1: TRadioGroup
  16.     Left = 7
  17.     Top = 7
  18.     Width = 114
  19.     Height = 114
  20.     Font.Charset = SHIFTJIS_CHARSET
  21.     Font.Color = clBlack
  22.     Font.Height = -13
  23.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  24.     Font.Style = []
  25.     ParentFont = False
  26.     TabOrder = 0
  27.   end
  28.   object LowBtn: TRadioButton
  29.     Left = 21
  30.     Top = 28
  31.     Width = 64
  32.     Height = 15
  33.     Caption = 'Low'
  34.     Font.Charset = SHIFTJIS_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     TabOrder = 1
  41.     OnClick = LowBtnClick
  42.   end
  43.   object MediumBtn: TRadioButton
  44.     Left = 21
  45.     Top = 56
  46.     Width = 64
  47.     Height = 15
  48.     Caption = 'Medium'
  49.     Font.Charset = SHIFTJIS_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -13
  52.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     TabOrder = 2
  56.     OnClick = MediumBtnClick
  57.   end
  58.   object HighBtn: TRadioButton
  59.     Left = 21
  60.     Top = 84
  61.     Width = 64
  62.     Height = 14
  63.     Caption = 'High'
  64.     Checked = True
  65.     Font.Charset = SHIFTJIS_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -13
  68.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 3
  72.     TabStop = True
  73.     OnClick = HighBtnClick
  74.   end
  75.   object OKBtn: TButton
  76.     Left = 22
  77.     Top = 141
  78.     Width = 65
  79.     Height = 23
  80.     Caption = 'OK'
  81.     Font.Charset = SHIFTJIS_CHARSET
  82.     Font.Color = clBlack
  83.     Font.Height = -13
  84.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  85.     Font.Style = []
  86.     ModalResult = 1
  87.     ParentFont = False
  88.     TabOrder = 4
  89.   end
  90. end
  91.